home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000010_fdc@columbia.edu_Tue Apr 22 10:17:08 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  61 lines

  1. Article: 14226 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ckermit on HPUX11.
  6. Date: 22 Apr 2003 10:17:02 -0400
  7. Organization: Columbia University
  8. Lines: 44
  9. Message-ID: <b83isu$fa4$1@watsol.cc.columbia.edu>
  10. References: <c30aaa81.0304180518.3a35503b@posting.google.com> <b7ou88$dpq$1@hazelnut.cc.columbia.edu> <c30aaa81.0304220542.1af3b1ab@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1051021023 11388 128.59.39.139 (22 Apr 2003 14:17:03 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Apr 2003 14:17:03 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14226
  16.  
  17. In article <c30aaa81.0304220542.1af3b1ab@posting.google.com>,
  18. Eric <ericboniface@chez.com> wrote:
  19. : fdc@hazelnut.cc.columbia.edu (Frank da Cruz) wrote
  20. : in message news:<b7ou88$dpq$1@hazelnut.cc.columbia.edu>...
  21. : > In article <c30aaa81.0304180518.3a35503b@posting.google.com>,
  22. : > Eric <ericboniface@chez.com> wrote:
  23. : > : I try to make c-kermit under HPUX11 with Openssl and I have the
  24. : > : following message.
  25. : > : Did someone succeed in making kermit on this system with SSL ? 
  26. : > : 
  27. : > Which version of C-Kermit are you trying to build?
  28. : > The one you want is 8.0.209:
  29. : > 
  30. : >   http://www.columbia.edu/kermit/ckermit.html
  31. : > 
  32. : > Which makefile target did you use?  The one you want is hpux1100o+openssl.
  33. : > It requires the ANSI C (unbundled) optimizing compiler.
  34. : > 
  35. : > - Frank
  36. : I  am using the last C-Kermit version (8.0.209), with the right target
  37. : (hpux1100o+openssl) and with the standard HPUX C compiler (that has an
  38. : ANSI mode with -Aa flag).
  39. : Any idea ?
  40. :
  41. Messages such as these:
  42.  
  43.      COMP_CTX_new (first referenced in
  44.   /home/tact/tmp/ebe/openssl/lib/libssl.a(s3_enc.o)) (code)
  45.      HMAC_Init_ex (first referenced in
  46.   /home/tact/tmp/ebe/openssl/lib/libssl.a(t1_enc.o)) (code)
  47.      HMAC_CTX_cleanup (first referenced in
  48.   /home/tact/tmp/ebe/openssl/lib/libssl.a(t1_enc.o)) (code)
  49.      COMP_compress_block (first referenced in
  50.   /home/tact/tmp/ebe/openssl/lib/libssl.a(s3_pkt.o)) (code)
  51.      EVP_aes_192_cbc (first referenced in
  52.   /home/tact/tmp/ebe/openssl/lib/libssl.a(ssl_algs.o)) (code)
  53.      ...
  54.  
  55. suggest that something is awry with your OpenSSL library installation.
  56. Elements within the library are referring to other elements within
  57. the library that are not being found by the linker.
  58.  
  59. - Frank
  60.